Sets the value of a style property of this C1TextElement.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public void SetValue<T>(
	StyleProperty prop,
	T value
)
Visual Basic
Public Sub SetValue(Of T) ( _
	prop As StyleProperty, _
	value As T _
)

Parameters

prop
Type: C1.Phone.RichTextBox.Documents..::..StyleProperty
A StyleProperty.
value
Type: T
The value to set the style property.

Type Parameters

T
The type of the values of the parameter style property.

See Also